home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / crazy_ch.swf / scripts / frame_3 / DoAction_6.as < prev    next >
Encoding:
Text File  |  2011-06-09  |  384 b   |  13 lines

  1. butxx.onPress = function()
  2. {
  3.    if(name1.text != "Fill your name here")
  4.    {
  5.       _root.createEmptyMovieClip("loader_mc",this.getNextHighestDepth());
  6.       loader_mc.ofer3 = name1.text;
  7.       loader_mc.shelly3 = score_num;
  8.       butxx._x = 1000;
  9.       butxx._y = 1000;
  10.       loader_mc.getURL("http://games84.com/games1/hind_rank/hind_score.php","_blank","POST");
  11.    }
  12. };
  13.